home *** CD-ROM | disk | FTP | other *** search
/ Explore Yellowstone / Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso / pc / help.dir / 00012_Script_sc previous < prev    next >
Text File  |  1996-02-27  |  327b  |  17 lines

  1. on mouseDown
  2.   global ThisPage1
  3.   
  4.   if ThisPage1 > 101 then
  5.     puppetsprite 3, true
  6.     set the castNum of sprite 3 to the number of cast "BARROW1"
  7.     updateStage    
  8.     PreviousPage
  9.     --startTimer
  10.     --repeat while the timer < 30
  11.     --  nothing
  12.     --end repeat
  13.     puppetsprite 3, FALSE
  14.   end if
  15. end
  16.  
  17.